adwaita: Remove outlines from focused entries for now
authorTimm Bäder <mail@baedert.org>
Fri, 29 Sep 2017 07:23:56 +0000 (09:23 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 29 Sep 2017 07:23:56 +0000 (09:23 +0200)
gtk/theme/Adwaita/_drawing.scss

index f1231a9197dc260b7e227a992dc15987317f0177..f512934229ffba00debaee07ffafa0295cde057c 100644 (file)
@@ -55,6 +55,7 @@
   @if $t==focus {
     @include _shadows(entry_focus_shadow($fc), $_entry_edge);
     border-color: entry_focus_border($fc);
+    outline: none;
   }
   @if $t==insensitive {
     color: $insensitive_fg_color;